QuerySelectorAll Op
Selects all matching elements in the DOM
Summary (oneliner)
If you want to do something withmultiple elements, you can get it from the DOM using QuerySelectorAll. See developer.mozilla.org – querySelector.
Full Name
- Ops.Html.QuerySelectorAll
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Example: QuerySelector and QuerySelectorAll
INPUT PORTS
Update (Trigger)
Query (String)
E.g. ".some-classname", '#some-id' or "footer"
Mode index (Number: integer)
Type index (Number: integer)
Document (String)
OUTPUT PORTS
Elements (Array)